// texture attribute // create a tiled texture, alternates between 2 textures tiles { texture // texture of tile #1 { pigment { agate } } tile2 texture // texture of tile #2 { pigment { granite } } } // tiles